google.golang.org/protobuf/internal/encoding/text.Token.numAttrs (field)

12 uses

	google.golang.org/protobuf/internal/encoding/text (current package)
		decode_number.go#L29: 		numAttrs: numAttrs,
		decode_token.go#L119: 	numAttrs uint8
		decode_token.go#L249: 		t.numAttrs&isNegative > 0 || t.numAttrs&numFloat > 0 {
		decode_token.go#L262: 		t.numAttrs&isNegative > 0 || t.numAttrs&numFloat > 0 {
		decode_token.go#L274: 	if t.kind != Scalar || t.attrs != numberValue || t.numAttrs&numFloat > 0 {
		decode_token.go#L282: 	if flags.ProtoLegacy && (t.numAttrs == numHex) {
		decode_token.go#L292: 	if t.kind != Scalar || t.attrs != numberValue || t.numAttrs&numFloat > 0 {
		decode_token.go#L300: 	if flags.ProtoLegacy && (t.numAttrs == numHex) {
		decode_token.go#L369: 		x.numAttrs == y.numAttrs &&